home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / Girder / girder331c.exe / {app} / Girder.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  2004-05-19  |  3KB  |  141 lines

  1. object Form5: TForm5
  2.   Left = 206
  3.   Top = 153
  4.   Width = 517
  5.   Height = 383
  6.   HelpContext = 5000
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   Caption = 'System Wide Capturing'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 250
  12.   Constraints.MinWidth = 517
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = True
  20.   Scaled = False
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnResize = FormResize
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Button4: TButton
  27.     Left = 272
  28.     Top = 328
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Ok'
  32.     TabOrder = 0
  33.     OnClick = Button4Click
  34.   end
  35.   object Button5: TButton
  36.     Left = 352
  37.     Top = 328
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Cancel'
  41.     TabOrder = 1
  42.     OnClick = Button5Click
  43.   end
  44.   object Button7: TButton
  45.     Left = 432
  46.     Top = 328
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Apply'
  50.     Enabled = False
  51.     TabOrder = 2
  52.     OnClick = Button7Click
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 8
  56.     Top = 0
  57.     Width = 497
  58.     Height = 81
  59.     TabOrder = 3
  60.     object Bevel1: TBevel
  61.       Left = 200
  62.       Top = 6
  63.       Width = 9
  64.       Height = 74
  65.       Shape = bsLeftLine
  66.     end
  67.     object Label1: TLabel
  68.       Left = 216
  69.       Top = 34
  70.       Width = 201
  71.       Height = 41
  72.       AutoSize = False
  73.       Caption = 
  74.         'Girder will attempt to fill the target options based on the info' +
  75.         ' here. This might need some manual tuning'
  76.       WordWrap = True
  77.     end
  78.     object Button1: TButton
  79.       Left = 40
  80.       Top = 16
  81.       Width = 113
  82.       Height = 25
  83.       Caption = 'Start Capture'
  84.       TabOrder = 0
  85.       OnClick = Button1Click
  86.     end
  87.     object Button6: TButton
  88.       Left = 40
  89.       Top = 48
  90.       Width = 113
  91.       Height = 25
  92.       Caption = 'Clear List'
  93.       TabOrder = 2
  94.       OnClick = Button6Click
  95.     end
  96.     object CheckBox1: TCheckBox
  97.       Left = 216
  98.       Top = 14
  99.       Width = 169
  100.       Height = 17
  101.       Caption = 'Smartfill'
  102.       Checked = True
  103.       State = cbChecked
  104.       TabOrder = 3
  105.     end
  106.     object Button3: TButton
  107.       Left = 392
  108.       Top = 10
  109.       Width = 97
  110.       Height = 25
  111.       Caption = 'Test event'
  112.       Enabled = False
  113.       TabOrder = 1
  114.       OnClick = Button3Click
  115.     end
  116.   end
  117.   object StringGrid1: TStringGrid
  118.     Left = 8
  119.     Top = 88
  120.     Width = 497
  121.     Height = 225
  122.     ColCount = 8
  123.     DefaultRowHeight = 20
  124.     FixedCols = 0
  125.     RowCount = 2
  126.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect]
  127.     ScrollBars = ssVertical
  128.     TabOrder = 4
  129.     OnSelectCell = StringGrid1SelectCell
  130.     ColWidths = (
  131.       46
  132.       46
  133.       78
  134.       83
  135.       62
  136.       41
  137.       39
  138.       72)
  139.   end
  140. end
  141.